﻿/*布局*/
.n-right{
	float:right;
	width:722px;
}
.n-left{
	float:left;
	width:190px;
}
.n-center{
	position:relative;
	margin-left:20px;
	float:left;
	width:527px;
}

/*全局*/

.indexContent{ width:1000px;  padding:10px; margin:0 auto;}

.newListNone{ height:200px; line-height:200px; text-align:center;}
.title1{
	height:38px;
	line-height:38px;
	font-size:20px;
	position:relative;
	font-family:"微软雅黑";
	margin-bottom:10px;
	color:#fff;
	padding-left:45px;
	background:#e3007b url(../images/titlebg.png) no-repeat 10px center;
	width:120px;
	border-radius:0 30px 0 20px;
	filter: alpha(opacity=80);	-moz-opacity: 0.8;	-khtml-opacity: 0.8;	opacity: 0.8;
}


.title1 span{ font-size:18px; color:#666;}


.title2{
	color:#fff;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-family:"微软雅黑";
	margin-bottom:10px;
	color:#fff;
}
.title2 span{ font-size:12px; color:#fff; font-weight:normal;}

.iabout{ height:30px; font-size:12px; background:url(../images/iabout.gif) no-repeat left top; position:relative; border-bottom:1px solid #ccc;}
.etitle1{
	height:30px;
	line-height:30px;
	font-size:12px;
	position:relative;
	border-bottom:1px solid #ccc;
}
.title2{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	text-align:center;
	color:#c00;
}

/*About index*/

.grid {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 300px;
	margin: 0;
	padding: 0px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;

}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #e30079;
	color: #fff;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span:before {
	content: ' ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #333;
	color: #fff;
}

/* Caption Style 2 */
.cs-style-2 figure {
	overflow: hidden;
}

.cs-style-2 figure img {
	opacity: 0.8;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	opacity: 1;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-2 figcaption {
	height: 40px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-2 figure:hover figcaption,
.cs-style-2 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-2 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	opacity: 0.8;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	opacity: 1;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 40px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}



.ul_aboutleft1{
	padding:0;
	list-style:none;
	position:absolute;
	bottom:0px; 
	left:50%; 
	margin-left:-500px;
	width:1000px;
}
.ul_aboutleft1 li{  text-align:center; float:left; width:166px; padding-top:7px;}
.ul_aboutleft1 li a{
	color:#fff;
	font-size:12px;
	height:30px;
	line-height:30px;
	display:block;
	background:#000;filter: alpha(opacity=80);	-moz-opacity: 0.8;	-khtml-opacity: 0.8;	opacity: 0.8;
	}
.ul_aboutleft1 li a:hover{
	color:#fff;
	background:#e3007a;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
}


.ul_aboutleft1 li a.lnavon{
	color:#fff;
	font-size:12px;
	height:30px;
	line-height:30px;
	background:#e3007a;
}



.ul_aboutleft2{
	padding:0;
	list-style:none;
	position:absolute;
	bottom:0px; 
	left:50%; 
	margin-left:-500px;
	width:1000px;
}
.ul_aboutleft2 li{  text-align:center; float:left; width:140px; padding-top:7px;}
.ul_aboutleft2 li a{
	color:#fff;
	font-size:12px;
	height:30px;
	line-height:30px;
	display:block;
	background:#000;filter: alpha(opacity=80);	-moz-opacity: 0.8;	-khtml-opacity: 0.8;	opacity: 0.8;
	}
.ul_aboutleft2 li a:hover{
	color:#fff;
	background:#e3007a;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
}


.ul_aboutleft2 li a.lnavon{
	color:#fff;
	font-size:12px;
	height:30px;
	line-height:30px;
	background:#e3007a;
}


.dl_about{
	margin:0;
	padding:0 10px;
	list-style:none;
	text-align:left;
	background:url(../images/lbg.jpg) repeat-y left top;
}
.dl_about dt{
}
.dl_about dd{
	padding:0 10px;
}
.dl_about dd a{
	height:25px;
	line-height:25px;
	display:block;
	padding-left:15px;
	background:url(../images/dot2.gif) no-repeat 5px center;
}
.dl_about dd a:hover{
	text-decoration:none;
	color:#fff;
	background:url(../images/ddover.gif) no-repeat left center;
}


/*企业图片新闻*/
.dl_inewphoto{
	padding:4px 0 4px 200px;
	position:relative;
	height:160px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.dl_inewphoto dt{
	width:190px;
	position:absolute;
	top:8px;
	left:0;
}
.dl_inewphoto dt img{ border:1px solid #ccc; padding:2px; width:190px; height:138px; background:#fff;}
.dl_inewphoto dd{
	line-height:180%;
}
.dl_inewphoto dd.Ntitle{
	font-weight:bold;
	color:#c00;
	background:url(../images/icon3.gif) no-repeat left center;
}

/*企业图片新闻*/
.dl_tech{
	float:left;
	width:220px;
	height:280px;
	padding:0 10px;
}
.dl_tech dt{
	margin-bottom:8px;
}
.dl_tech dt img{ border:1px solid #ccc; padding:2px; width:220px; height:110px; background:#fff;}
.dl_tech dd{
	line-height:180%;
}
.dl_tech dd.Ntitle{
	font-weight:bold;
	color:#c00;
	background:url(../images/icon3.gif) no-repeat left center;
}

		/* 推荐产品css */
/* 多个左滚动 - 图片- 公用类 */
.leftLoop{ overflow:hidden; position:relative;  border:1px solid #ccc;   }
.leftLoop .hd{ overflow:hidden;  height:30px; background:#f4f4f4;  }
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block;  width:5px; height:9px; line-height:10px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden;  
	 cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}
.leftLoop .hd .next{ background:url("images/icoRight.gif") no-repeat;  }
.leftLoop .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.leftLoop .hd ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc; margin-right:10px; text-indent:-999px; cursor:pointer;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(../PIE.htc);}
.leftLoop .hd ul li.on{ background:#f00;  }
.leftLoop .bd{ padding:10px;   }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{ margin:0 10px; text-align:center; float:left; _display:inline; overflow:hidden;  }


/* 通用图片列表_普通式 */
.picList li{ width:140px;  }
.picList .pic{ text-align:center; line-height:0px;  }
.picList .pic img{ width:130px; height:100px; padding:2px; border:1px solid #ccc;  }
.picList .pic a:hover img{ border-color:#f00;  }
.picList .title{ line-height:24px; height:24px; overflow:hidden;}


/*荣誉*/
.ulvilist{ margin:0; padding:0; list-style-type:none;}
.ulvilist li{
	width:180px;
	float:left;
	height:230px;
	text-align:center;
}
.ulvilist li a{}
.ulvilist li img{ width:150px; height:200px; border:3px solid #222;}
.ulvilist li p{ height:30px; line-height:30px; overflow:hidden;}

/*荣誉*/
.ulhonorList1{ margin:0; padding:0; list-style-type:none;}
.ulhonorList1 li{
	width:240px;
	float:left;
	height:220px;
	text-align:center;
}
.ulhonorList1 li a{}
.ulhonorList1 li img{ width:220px; height:160px; border:3px solid #222;}
.ulhonorList1 li p{ height:30px; line-height:30px; overflow:hidden;}

/*形象*/
.ulshow{ margin:0; padding:0; list-style-type:none;}
.ulshow li{
	width:300px;
	float:left;
	height:200px;
	text-align:center;
}
.ulshow li a{}
.ulshow li img{ width:220px; height:150px; border:3px solid #222;}
.ulshow li p{ height:30px; line-height:30px; overflow:hidden;}


		/* 本例子css */
		.slideTxtBox{ width:100%; height:550px; padding-top:250px; background:url(../images/in01.jpg) no-repeat center top; text-align:left; position:relative;}
		.slideTxtBox .hd{ 
			padding:0;
			list-style:none;
			position:absolute;
			bottom:0; 
			left:50%; 
			margin-left:-500px;
			width:1000px;
			background:#000;
			filter: alpha(opacity=80);	-moz-opacity: 0.8;	-khtml-opacity: 0.8;	opacity: 0.8;
		}
		
.slideTxtBox .hd li{  text-align:center; float:left; width:166px;}
.slideTxtBox .hd li a{
	color:#999;
	font-size:12px;
	height:30px;
	line-height:30px;
	display:block;
	border-top:3px solid #000;
	}
.slideTxtBox .hd li a:hover{
	color:#fff;
	background:#e3007a;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
}
		

		.slideTxtBox .hd  li.on a{ 	color:#fff;
	font-size:12px;
	height:30px;
	line-height:30px;
	background:#e3007a;
	border-top:3px solid #640036;
 }
		.slideTxtBox .bd{ width:1000px; margin:0 auto; background:#000; height:500px;}
		.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
		.slideTxtBox .bd li{ height:24px; line-height:24px;   }


.slideBox1{ width:220px; height:220px; overflow:hidden; position:relative;}
.slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox1 .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox1 .hd ul li.on{ background:#f00; color:#fff; }
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd img{ width:220px; height:220px;}


/*新闻*/

/*========== news */
#news_list {
	font-size: 12px;
	text-align: left;
	font-family: "微软雅黑";
	line-height: 25px;
	margin: 0px auto;
	border: 0px;
	color: #333333;
	padding: 25px;
}
#news_list #list-wrap {
	margin: 0px auto;
	padding: 0px;
}
#news_list a {
	display: block;
	height: 94px;
	padding: 15px;
	background:#000;
	filter: alpha(opacity=80);	-moz-opacity: 0.8;	-khtml-opacity: 0.8;	opacity: 0.8;
	margin:5px;
	width:400px;
	float:left;
}
#news_list .time {
	width: 94px;
	height: 64px;
	padding: 30px 0px 0px 0px;
	display: block;
	float: left;
	background: #e5e5e5;
	text-align: center;
}
#news_list P {
	cursor: pointer;
}
#news_list .time .day {
	color: #474747;
	font-size: 55px;
	font-family: Arial, Helvetica, sans-serif;
}
#news_list .time .year {
	font-size: 12px;
	color: #838383;
	margin-top: 5px;
}
#news_list a:hover .time {
	background: url(../images/news_time-bg.jpg) no-repeat;
}
#news_list a:hover .day {
	color: #ffffff;
}
#news_list a:hover .year {
	color: #dedede;
}
#news_list a:hover .title {
	color: #d70f0f;
}
#news_list .listtext {
	display: block;
	float: left;
	width: 280px;
	height: 94px;
	margin-left: 16px;
}
#news_list .listtext .title {
	font-size: 14px;
	color: #fff;
}
#news_list .listtext .click {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#news_list .listtext .text {
	color: #666666;
	line-height: 18px;
	padding:0;
}

.newListTag a{ color:#fff;}

/* end*/


/*首页推荐案例*/
.icase{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.icase li{
	width:245px;
	height:140px;
	float:left;
}
.icase li a{
	padding:2px;
	width:234px;
	height:138px;
	display:block;
}
.icase li a:hover{ background:#27defe; color:#fff;}
.icase li p{ height:30px; line-height:30px;}
.icase li img{
	width:234px;
	height:108px;
}
.icase li a:hover{
}


/*首页滚动产品*/
.serverlogo{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.serverlogo li{
	width:185px;
	height:140px;
	float:left;
}
.serverlogo li a{
	width:130px;
	height:100px;
	display:block;
}
.serverlogo li p{ height:30px; line-height:30px; overflow:hidden;}
.serverlogo li img{
	width:130px;
	height:100px;
}
.serverlogo li a:hover{
}

/*成功案例*/
.ul_icase{
	margin:0px;
	padding:20px 0;
	list-style-type:none;
	text-align:center;
}
.ul_icase li{
	width:140px;
	height:140px;
	float:left;
	text-align:center;
	margin-left:15px;
}


.ul_icase  img{ width:130px; height:110px; padding:2px; border:1px solid #ccc;  }



/*首页滚动产品*/
.ipro_contant{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	height:230px;
}
.ipro_contant li{
	width:100px;
	height:140px;
	float:left;
	text-align:center;
}


.ipro_contant  img{ width:90px; height:130px; }

.ipro_contant .pic a:hover img{ border-color:#f00;  }
.ipro_contant li .title{ line-height:24px; height:24px; overflow:hidden;}


.ul_pro{ margin:0; padding:0; list-style:none; }
.ul_pro li{ float:left; height:30px; line-height:30px; padding:0 8px; background:url(../images/ulprobg.gif) repeat-x left top; font-size:12px; margin-right:1px;}


/*产品列表*/
.pro_contant{
	text-align:center;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.pro_contant li{
	text-align:left;
}
.pro_contant li img{
	width:220px;
	height:182px;
}
.pro_contant li a{
	height:25px;
	line-height:25px;
	background:#d9d9d9;
	display:block;
	padding:0 10px;
	margin-bottom:2px;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis; /* for IE */ 
	-o-text-overflow: ellipsis; /* for Opera */ 
	-icab-text-overflow: ellipsis; /* for iCab */ 
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */ 
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */ 
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/ 
}
.pro_contant li a:hover{
	text-decoration:none;
	color:#fff;
	background:#9b9b9b;
}
.pro_Cname{
	height:25px;
	line-height:25px;
}


.pro_detail_Img{
	text-align:center;
}
.pro_detail_caption{
	padding:30px 0 0 0;
	background:url(../images/pdetail.gif) no-repeat left top;
}
.pro_detail_caption h4{
	margin:10px 0;
	font-size:12px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #ccc;
}


/*产品列表*/
.pro_contantNew{ margin:0; padding:0; list-style:none;}
.pro_contantNew li{ width:200px; padding:0 10px; float:left; height:240px; text-align:center; }
.pro_contantNew li h3{}
.pro_contantNew li a.proimg{width:200px; height:325px; padding:2px; display:block; background:#e8e0d4; color:#fff;position:relative;-webkit-transition: all 0.3s ease-out;}
.pro_contantNew li a.proimg:hover{ color:#FC0;background:#e90545;-webkit-transition: all 0.3s ease-out;}
.pro_contantNew li .proimg img{width:200px; height:325px; filter:alpha(opacity=60);opacity:0.6;}
.pro_contantNew li .proimg:hover img{ filter:alpha(opacity=100);opacity:1;}

.pro_contantNew li .info{height:20px;width:180px; padding:2px; display:none; background:#000;  text-align:center;}
.pro_contantNew li:hover .info{position:absolute; left:10px; bottom:10px; display:block; color:#fff;}
.pro_contantNew li a.proimg div{ }
.pro_contantNew li a.proimg:hover div{ }

.btnPrev{ position:absolute; left:0; top:170px; width:37px; height:138px; display:inline-block; background:url(../images/prev.png) no-repeat left top;}
.btnPrev:hover{ background:url(../images/prev.png) no-repeat scroll left top;-webkit-transition: all 0.3s ease-out;}
.btnNext{ position:absolute; right:0; top:170px;width:37px; height:138px; display:inline-block; background:url(../images/next.png) no-repeat left top;-webkit-transition: all 0.3s ease-out;}
.btnNext:hover{ background:url(../images/next.png) no-repeat scroll left top;-webkit-transition: all 0.3s ease-out;}


/*产品详细页*/
.spro_contant{
	text-align:center;
	margin:0px;
	padding:10px 10px 10px 45px;
	list-style-type:none;
}
.spro_contant li{
	width:130px;
	height:120px;
	float:left;
}
.spro_contant li img{
	width:100px;
	height:95px;
}



.searchInput{ width:100px;}
/*新闻列表*/
.ul_inews{
	padding:0;
	list-style-type:none;
}
.ul_inews li{
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.ul_inews li a{ color:#fff; padding-left:10px; background:url(../images/i1.png) no-repeat left center;}
.ul_inews li span{ float:right;}



.ulhonorList{ margin:0; padding:0; list-style-type:none;}
.ulhonorList li{
	line-height:30px;
	background:url(../images/dotline.gif) repeat-x left bottom;
}
.ulhonorList li a{
	padding-left:10px;
	background:url(../images/dot4.gif) no-repeat 2px 6px;
}


.ulnewsList{ margin:0; padding:0px; list-style-type:none;}
.ulnewsList li{
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #eee;
}
.ulnewsList li a{
	color:#fff;
	padding-left:15px;
	background:url(../images/dot1.gif) no-repeat left center;
}
.ulnewsList li span{ float:right;}

.viewNews{
	margin:0px;
	padding:10px;
	line-height:200%;
}
.viewNews .postTime{
	text-align:right;
	color:#999;
}
.viewNewsContant{
	line-height:200%;
}

.goback{
	height:25px;
	line-height:25px;
	clear:both;
	text-align:center;
}

/*企业荣誉*/
.ul_honor{ margin:0; padding:0; list-style:none;}
.ul_honor li{ width:180px; padding:10px 0; float:left; text-align:center; height:130px;}
.ul_honor li img{}
.ul_honor li a{ padding:2px; }

.ul_gmp{ margin:0; padding:0; list-style:none;}
.ul_gmp li{ width:180px; padding:10px 0; float:left; text-align:center; height:220px;}
.ul_gmp li img{}
.ul_gmp li a{ padding:2px; }

.ul_img{ margin:0; padding:0; list-style:none;}
.ul_img li{ width:180px; padding:10px 0; float:left; text-align:center; height:115px;}
.ul_img li img{}
.ul_img li a{ padding:2px; }


/*图片新闻*/
.dl_imgnews{
	margin:0;
	padding:;
}
.dl_imgnews dt{
	float:left;
	width:90px;
	height:70px;
}
.dl_imgnews dd{
	line-height:150%;
}

/*类别*/
.categoryContent{ background:url(../images/categorybg.gif) no-repeat right bottom; padding:15px 15px 10px 15px;}
.category{ margin:0; padding:0; list-style:none; }
.category li{ float:left; width:100px; margin-left:10px;}
.category li a{ display:block; background:url(../images/cbg.png) repeat; line-height:25px; text-align:center;color:#fff;-webkit-transition: all 0.3s ease-out;
    -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */}


.category li a:hover{background:url(../images/cbg1.png) repeat; color:#fff; text-decoration:none;-webkit-transition: all 0.3s ease-out;}


/*详细页*/
.h2title{
	padding:0px 10px;
	color:#1F71AF;
	font-size:12px;
	line-height:24px;
	background:url(../images/h2bg.gif) no-repeat;
}
.incontant{
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	padding:10px;
	background:url(../images/h2bot.gif) no-repeat -1px bottom;
}
.dh{
	padding-left:14px;
	background:url(../images/home.gif) no-repeat left 23px;
	position:absolute; top:0; right:0; font-size:12px; font-family:Geneva; color:#666; font-weight:normal;
}



/*联系方式*/
.dl_contact1{
	margin:10px 0;
	padding:0px;
}
.dl_contact1 dt{
	font-weight:bold;
	color:#ffcc00;
	font-size:14px;
	padding-left:14px;
	background:url(../images/blt.gif) no-repeat left center;
}
.dl_contact1 dd{
	padding:2px 12px;
}



/*提交*/
.a1,.a2,{background:url(../images/bg_x.png) no-repeat}
.a1{width:82px; height:23px; background-position:-4px -55px;border:0;}
.a2{width:82px; height:23px; background-position:-4px -80px;border:0;}

/**/


/*oterh*/

.lcontact{
	background: url(../images/lcontact.gif) no-repeat center top;
	width:147px;
	height:118px;
	padding:30px 10px 10px 110px;
	line-height:150%;
}

#resume{
}
table#resume caption{
	font-weight:bold;
	text-align:left;
	height:30px;
	line-height:30px;
}
#resume textarea{
	width:500px;
	height:65px;
}



.tbl1{ background:#ccc; border-top:5px solid #016f7e;}
.tbl1 th{ background:#f7f7f7; font-size:14px; padding:5px 0; text-align:center;}
.tbl1 td{ background:#fff; padding:5px; text-align:center;}
.tbl1 .td1{ text-align:center; background:#F90; font-weight:bold; color:#fff;}

.recruitTbl{}
.recruitTbl td{ padding:5px;}
.recruitTbl .td1{ background:#f7f7f7; font-weight:bold;}

